home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 2.iso / pc / intro.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1997-08-28  |  127 b   |  9 lines

  1. on wincheck
  2.   if the quickTimePresent = 1 then
  3.     put "quicktime present"
  4.     go("mac")
  5.   else
  6.     go("install")
  7.   end if
  8. end
  9.